Html Css Color HEX #6720CF Purple Heart

📋 copy color: '#6720CF'

red 103 ◦ green 32 ◦ blue 207

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

Shades of Purple Heart #6720CF

Tints of Purple Heart #6720CF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.36%

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

R = 30.12%
G = 9.36%
B = 60.53%

CMYK

 C value IS 0.50

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6720CF (or 0x6720CF) is known color: Purple Heart. HEX triplet: 67, 20 and CF. RGB value is (103,32,207). Sum of RGB (Red+Green+Blue) = 103+32+207=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #6720CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6720CF is #98DF30. Grayscale: #484848. Windows color (decimal): -10018609 or 13574247. OLE color: 13574247.

HSL color Cylindrical-coordinate representation of color #6720CF: hue angle of 264.34º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6720CF is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 103 32 207 -
CMYK 0.50 0.85 0 0.19
HSL 264.34º 0.73% 0.47% -
HSV(B) 264.34º 0.85% 0.81% -
XYZ 17.37 8.42 59.74 -
YUV 73.18 203.52 149.27 -
System Red Green Blue C M Y K H S L
Decimal 103 32 207 0.50 0.85 0 0.19 264.34 0.73 0.47
Hex 67 20 CF 32 55 0 13 108 49 2F
Octal 147 40 317 62 125 0 23 410 111 57
Binary 1100111 100000 11001111 110010 1010101 0 10011 100001000 1001001 101111

Color Harmonies of #6720CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6720CF

Black with #6720CF

Text Example


Text Example

White with #6720CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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