Html Css Color HEX #6720CB Purple Heart

📋 copy color: '#6720CB'

red 103 ◦ green 32 ◦ blue 203

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

Shades of Purple Heart #6720CB

Tints of Purple Heart #6720CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 60.06%

R = 30.47%
G = 9.47%
B = 60.06%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6720CB (or 0x6720CB) is known color: Purple Heart. HEX triplet: 67, 20 and CB. RGB value is (103,32,203). Sum of RGB (Red+Green+Blue) = 103+32+203=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #6720CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6720CB is #98DF34. Grayscale: #484848. Windows color (decimal): -10018613 or 13312103. OLE color: 13312103.

HSL color Cylindrical-coordinate representation of color #6720CB: hue angle of 264.91º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6720CB is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 103 32 203 -
CMYK 0.49 0.84 0 0.20
HSL 264.91º 0.73% 0.46% -
HSV(B) 264.91º 0.84% 0.8% -
XYZ 16.89 8.23 57.2 -
YUV 72.72 201.52 149.6 -
System Red Green Blue C M Y K H S L
Decimal 103 32 203 0.49 0.84 0 0.20 264.91 0.73 0.46
Hex 67 20 CB 31 54 0 14 109 49 2E
Octal 147 40 313 61 124 0 24 411 111 56
Binary 1100111 100000 11001011 110001 1010100 0 10100 100001001 1001001 101110

Color Harmonies of #6720CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6720CB

Black with #6720CB

Text Example


Text Example

White with #6720CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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