Html Css Color HEX #6718CF Purple Heart

📋 copy color: '#6718CF'

red 103 ◦ green 24 ◦ blue 207

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

Shades of Purple Heart #6718CF

Tints of Purple Heart #6718CF

RGB

 RED value IS 103 (40.63% from 255) = 30.84%

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

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

R = 30.84%
G = 7.19%
B = 61.98%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6718CF (or 0x6718CF) is known color: Purple Heart. HEX triplet: 67, 18 and CF. RGB value is (103,24,207). Sum of RGB (Red+Green+Blue) = 103+24+207=334 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.84% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #6718CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6718CF is #98E730. Grayscale: #434343. Windows color (decimal): -10020657 or 13572199. OLE color: 13572199.

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

Color convert

RGB 103 24 207 -
CMYK 0.50 0.88 0 0.19
HSL 265.9º 0.79% 0.45% -
HSV(B) 265.9º 0.88% 0.81% -
XYZ 17.18 8.04 59.68 -
YUV 68.48 206.17 152.62 -
System Red Green Blue C M Y K H S L
Decimal 103 24 207 0.50 0.88 0 0.19 265.9 0.79 0.45
Hex 67 18 CF 32 58 0 13 10A 4F 2D
Octal 147 30 317 62 130 0 23 412 117 55
Binary 1100111 11000 11001111 110010 1011000 0 10011 100001010 1001111 101101

Color Harmonies of #6718CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6718CF

Black with #6718CF

Text Example


Text Example

White with #6718CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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