Html Css Color HEX #6912DC Purple Heart

📋 copy color: '#6912DC'

red 105 ◦ green 18 ◦ blue 220

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

Shades of Purple Heart #6912DC

Tints of Purple Heart #6912DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 64.14%

R = 30.61%
G = 5.25%
B = 64.14%

CMYK

 C value IS 0.52

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6912DC (or 0x6912DC) is known color: Purple Heart. HEX triplet: 69, 12 and DC. RGB value is (105,18,220). Sum of RGB (Red+Green+Blue) = 105+18+220=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 220 (86.33% from 255 or 64.14% from 343); Max value from RGB is 220 - color contains mainly: blue. Hex color #6912DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6912DC is #96ED23. Grayscale: #424242. Windows color (decimal): -9891108 or 14422633. OLE color: 14422633.

HSL color Cylindrical-coordinate representation of color #6912DC: hue angle of 265.84º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6912DC is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 18 220 -
CMYK 0.52 0.92 0 0.14
HSL 265.84º 0.85% 0.47% -
HSV(B) 265.84º 0.92% 0.86% -
XYZ 18.96 8.6 68.37 -
YUV 67.04 214.32 155.07 -
System Red Green Blue C M Y K H S L
Decimal 105 18 220 0.52 0.92 0 0.14 265.84 0.85 0.47
Hex 69 12 DC 34 5C 0 E 10A 55 2F
Octal 151 22 334 64 134 0 16 412 125 57
Binary 1101001 10010 11011100 110100 1011100 0 1110 100001010 1010101 101111

Color Harmonies of #6912DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6912DC

Black with #6912DC

Text Example


Text Example

White with #6912DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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