Html Css Color HEX #6912CC Purple Heart

📋 copy color: '#6912CC'

red 105 ◦ green 18 ◦ blue 204

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

Shades of Purple Heart #6912CC

Tints of Purple Heart #6912CC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.5%

 BLUE value IS 204 (80.08% from 255) = 62.39%

R = 32.11%
G = 5.5%
B = 62.39%

CMYK

 C value IS 0.49

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6912CC (or 0x6912CC) is known color: Purple Heart. HEX triplet: 69, 12 and CC. RGB value is (105,18,204). Sum of RGB (Red+Green+Blue) = 105+18+204=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 204 (80.08% from 255 or 62.39% from 327); Max value from RGB is 204 - color contains mainly: blue. Hex color #6912CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6912CC is #96ED33. Grayscale: #404040. Windows color (decimal): -9891124 or 13374057. OLE color: 13374057.

HSL color Cylindrical-coordinate representation of color #6912CC: hue angle of 268.06º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6912CC is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 105 18 204 -
CMYK 0.49 0.91 0 0.2
HSL 268.06º 0.84% 0.44% -
HSV(B) 268.06º 0.91% 0.8% -
XYZ 16.94 7.8 57.74 -
YUV 65.22 206.32 156.38 -
System Red Green Blue C M Y K H S L
Decimal 105 18 204 0.49 0.91 0 0.2 268.06 0.84 0.44
Hex 69 12 CC 31 5B 0 14 10C 54 2C
Octal 151 22 314 61 133 0 24 414 124 54
Binary 1101001 10010 11001100 110001 1011011 0 10100 100001100 1010100 101100

Color Harmonies of #6912CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6912CC

Black with #6912CC

Text Example


Text Example

White with #6912CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6912CC; }

 p { color: rgb(105,18,204); }

 H1.HeaderClassName
 {
   color: #6912CC;
 }
 .AnyTagClassName
 {
   color: #6912CC;
 }
</style>

background-color css

<style>
 a { background-color: #6912CC; }

 a { background-color: rgb(105,18,204); }

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

border-color css

<style>
 span { border-color: #6912CC; }

 span { border-color: rgb(105,18,204); }

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