Html Css Color HEX #6919CE Purple Heart

📋 copy color: '#6919CE'

red 105 ◦ green 25 ◦ blue 206

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

Shades of Purple Heart #6919CE

Tints of Purple Heart #6919CE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.44%

 BLUE value IS 206 (80.86% from 255) = 61.31%

R = 31.25%
G = 7.44%
B = 61.31%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6919CE (or 0x6919CE) is known color: Purple Heart. HEX triplet: 69, 19 and CE. RGB value is (105,25,206). Sum of RGB (Red+Green+Blue) = 105+25+206=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #6919CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6919CE is #96E631. Grayscale: #444444. Windows color (decimal): -9889330 or 13506921. OLE color: 13506921.

HSL color Cylindrical-coordinate representation of color #6919CE: hue angle of 266.52º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6919CE is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 25 206 -
CMYK 0.49 0.88 0 0.19
HSL 266.52º 0.78% 0.45% -
HSV(B) 266.52º 0.88% 0.81% -
XYZ 17.31 8.15 59.05 -
YUV 69.55 205 153.28 -
System Red Green Blue C M Y K H S L
Decimal 105 25 206 0.49 0.88 0 0.19 266.52 0.78 0.45
Hex 69 19 CE 31 58 0 13 10B 4E 2D
Octal 151 31 316 61 130 0 23 413 116 55
Binary 1101001 11001 11001110 110001 1011000 0 10011 100001011 1001110 101101

Color Harmonies of #6919CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6919CE

Black with #6919CE

Text Example


Text Example

White with #6919CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6919CE; }

 p { color: rgb(105,25,206); }

 H1.HeaderClassName
 {
   color: #6919CE;
 }
 .AnyTagClassName
 {
   color: #6919CE;
 }
</style>

background-color css

<style>
 a { background-color: #6919CE; }

 a { background-color: rgb(105,25,206); }

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

border-color css

<style>
 span { border-color: #6919CE; }

 span { border-color: rgb(105,25,206); }

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