Html Css Color HEX #6918CE Purple Heart

📋 copy color: '#6918CE'

red 105 ◦ green 24 ◦ blue 206

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

Shades of Purple Heart #6918CE

Tints of Purple Heart #6918CE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.16%

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

R = 31.34%
G = 7.16%
B = 61.49%

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

#6918CE (or 0x6918CE) is known color: Purple Heart. HEX triplet: 69, 18 and CE. RGB value is (105,24,206). Sum of RGB (Red+Green+Blue) = 105+24+206=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #6918CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6918CE is #96E731. Grayscale: #444444. Windows color (decimal): -9889586 or 13506665. OLE color: 13506665.

HSL color Cylindrical-coordinate representation of color #6918CE: hue angle of 266.7º degrees, saturation: 0.79, 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 #6918CE is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 24 206 -
CMYK 0.49 0.88 0 0.19
HSL 266.7º 0.79% 0.45% -
HSV(B) 266.7º 0.88% 0.81% -
XYZ 17.29 8.11 59.05 -
YUV 68.97 205.34 153.7 -
System Red Green Blue C M Y K H S L
Decimal 105 24 206 0.49 0.88 0 0.19 266.7 0.79 0.45
Hex 69 18 CE 31 58 0 13 10B 4F 2D
Octal 151 30 316 61 130 0 23 413 117 55
Binary 1101001 11000 11001110 110001 1011000 0 10011 100001011 1001111 101101

Color Harmonies of #6918CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6918CE

Black with #6918CE

Text Example


Text Example

White with #6918CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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