Html Css Color HEX #6035CB Purple Heart

📋 copy color: '#6035CB'

red 96 ◦ green 53 ◦ blue 203

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

Shades of Purple Heart #6035CB

Tints of Purple Heart #6035CB

RGB

 RED value IS 96 (37.89% from 255) = 27.27%

 GREEN value IS 53 (21.09% from 255) = 15.06%

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

R = 27.27%
G = 15.06%
B = 57.67%

CMYK

 C value IS 0.53

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6035CB (or 0x6035CB) is known color: Purple Heart. HEX triplet: 60, 35 and CB. RGB value is (96,53,203). Sum of RGB (Red+Green+Blue) = 96+53+203=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #6035CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6035CB is #9FCA34. Grayscale: #525252. Windows color (decimal): -10471989 or 13317472. OLE color: 13317472.

HSL color Cylindrical-coordinate representation of color #6035CB: hue angle of 257.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6035CB is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 53 203 -
CMYK 0.53 0.74 0 0.20
HSL 257.2º 0.59% 0.5% -
HSV(B) 257.2º 0.74% 0.8% -
XYZ 16.88 9.34 57.41 -
YUV 82.96 195.75 137.3 -
System Red Green Blue C M Y K H S L
Decimal 96 53 203 0.53 0.74 0 0.20 257.2 0.59 0.5
Hex 60 35 CB 35 4A 0 14 101 3B 32
Octal 140 65 313 65 112 0 24 401 73 62
Binary 1100000 110101 11001011 110101 1001010 0 10100 100000001 111011 110010

Color Harmonies of #6035CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6035CB

Black with #6035CB

Text Example


Text Example

White with #6035CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,53,203); }

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

background-color css

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

 a { background-color: rgb(96,53,203); }

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

border-color css

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

 span { border-color: rgb(96,53,203); }

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