Html Css Color HEX #6918CF Purple Heart

📋 copy color: '#6918CF'

red 105 ◦ green 24 ◦ blue 207

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

Shades of Purple Heart #6918CF

Tints of Purple Heart #6918CF

RGB

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

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

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

R = 31.25%
G = 7.14%
B = 61.61%

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

#6918CF (or 0x6918CF) is known color: Purple Heart. HEX triplet: 69, 18 and CF. RGB value is (105,24,207). Sum of RGB (Red+Green+Blue) = 105+24+207=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #6918CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6918CF is #96E730. Grayscale: #444444. Windows color (decimal): -9889585 or 13572201. OLE color: 13572201.

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

Color convert

RGB 105 24 207 -
CMYK 0.49 0.88 0 0.19
HSL 266.56º 0.79% 0.45% -
HSV(B) 266.56º 0.88% 0.81% -
XYZ 17.41 8.16 59.69 -
YUV 69.08 205.84 153.62 -
System Red Green Blue C M Y K H S L
Decimal 105 24 207 0.49 0.88 0 0.19 266.56 0.79 0.45
Hex 69 18 CF 31 58 0 13 10B 4F 2D
Octal 151 30 317 61 130 0 23 413 117 55
Binary 1101001 11000 11001111 110001 1011000 0 10011 100001011 1001111 101101

Color Harmonies of #6918CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6918CF

Black with #6918CF

Text Example


Text Example

White with #6918CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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