Html Css Color HEX #6912CF Purple Heart

📋 copy color: '#6912CF'

red 105 ◦ green 18 ◦ blue 207

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

Shades of Purple Heart #6912CF

Tints of Purple Heart #6912CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 62.73%

R = 31.82%
G = 5.45%
B = 62.73%

CMYK

 C value IS 0.49

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6912CF (or 0x6912CF) is known color: Purple Heart. HEX triplet: 69, 12 and CF. RGB value is (105,18,207). Sum of RGB (Red+Green+Blue) = 105+18+207=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #6912CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6912CF is #96ED30. Grayscale: #404040. Windows color (decimal): -9891121 or 13570665. OLE color: 13570665.

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

Color convert

RGB 105 18 207 -
CMYK 0.49 0.91 0 0.19
HSL 267.62º 0.84% 0.44% -
HSV(B) 267.62º 0.91% 0.81% -
XYZ 17.3 7.94 59.65 -
YUV 65.56 207.82 156.13 -
System Red Green Blue C M Y K H S L
Decimal 105 18 207 0.49 0.91 0 0.19 267.62 0.84 0.44
Hex 69 12 CF 31 5B 0 13 10C 54 2C
Octal 151 22 317 61 133 0 23 414 124 54
Binary 1101001 10010 11001111 110001 1011011 0 10011 100001100 1010100 101100

Color Harmonies of #6912CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6912CF

Black with #6912CF

Text Example


Text Example

White with #6912CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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