Html Css Color HEX #6925AC Purple Heart

📋 copy color: '#6925AC'

red 105 ◦ green 37 ◦ blue 172

#6925AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6925AC

Tints of Purple Heart #6925AC

RGB

 RED value IS 105 (41.41% from 255) = 33.44%

 GREEN value IS 37 (14.84% from 255) = 11.78%

 BLUE value IS 172 (67.58% from 255) = 54.78%

R = 33.44%
G = 11.78%
B = 54.78%

CMYK

 C value IS 0.39

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6925AC (or 0x6925AC) is known color: Purple Heart. HEX triplet: 69, 25 and AC. RGB value is (105,37,172). Sum of RGB (Red+Green+Blue) = 105+37+172=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #6925AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6925AC is #96DA53. Grayscale: #484848. Windows color (decimal): -9886292 or 11281769. OLE color: 11281769.

HSL color Cylindrical-coordinate representation of color #6925AC: hue angle of 270.22º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6925AC is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 37 172 -
CMYK 0.39 0.78 0 0.33
HSL 270.22º 0.65% 0.41% -
HSV(B) 270.22º 0.78% 0.67% -
XYZ 13.93 7.3 39.71 -
YUV 72.72 184.03 151.02 -
System Red Green Blue C M Y K H S L
Decimal 105 37 172 0.39 0.78 0 0.33 270.22 0.65 0.41
Hex 69 25 AC 27 4E 0 21 10E 41 29
Octal 151 45 254 47 116 0 41 416 101 51
Binary 1101001 100101 10101100 100111 1001110 0 100001 100001110 1000001 101001

Color Harmonies of #6925AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6925AC

Black with #6925AC

Text Example


Text Example

White with #6925AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6925AC; }

 p { color: rgb(105,37,172); }

 H1.HeaderClassName
 {
   color: #6925AC;
 }
 .AnyTagClassName
 {
   color: #6925AC;
 }
</style>

background-color css

<style>
 a { background-color: #6925AC; }

 a { background-color: rgb(105,37,172); }

 div.DivClassName
 {
   background-color: #6925AC;
 }
 .BgClassName
 {
   background-color: #6925AC;
 }
</style>

border-color css

<style>
 span { border-color: #6925AC; }

 span { border-color: rgb(105,37,172); }

 td.TdClassName
 {
   border-color: #6925AC;
 }
 .TagClassName
 {
   border-color: #6925AC;
 }
</style>