Html Css Color HEX #6539CC Purple Heart

📋 copy color: '#6539CC'

red 101 ◦ green 57 ◦ blue 204

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

Shades of Purple Heart #6539CC

Tints of Purple Heart #6539CC

RGB

 RED value IS 101 (39.84% from 255) = 27.9%

 GREEN value IS 57 (22.66% from 255) = 15.75%

 BLUE value IS 204 (80.08% from 255) = 56.35%

R = 27.9%
G = 15.75%
B = 56.35%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6539CC (or 0x6539CC) is known color: Purple Heart. HEX triplet: 65, 39 and CC. RGB value is (101,57,204). Sum of RGB (Red+Green+Blue) = 101+57+204=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 57 (22.66% from 255 or 15.75% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #6539CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6539CC is #9AC633. Grayscale: #565656. Windows color (decimal): -10143284 or 13384037. OLE color: 13384037.

HSL color Cylindrical-coordinate representation of color #6539CC: hue angle of 257.96º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6539CC is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 57 204 -
CMYK 0.50 0.72 0 0.2
HSL 257.96º 0.59% 0.51% -
HSV(B) 257.96º 0.72% 0.8% -
XYZ 17.73 10.05 58.13 -
YUV 86.91 194.08 138.05 -
System Red Green Blue C M Y K H S L
Decimal 101 57 204 0.50 0.72 0 0.2 257.96 0.59 0.51
Hex 65 39 CC 32 48 0 14 102 3B 33
Octal 145 71 314 62 110 0 24 402 73 63
Binary 1100101 111001 11001100 110010 1001000 0 10100 100000010 111011 110011

Color Harmonies of #6539CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6539CC

Black with #6539CC

Text Example


Text Example

White with #6539CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6539CC; }

 p { color: rgb(101,57,204); }

 H1.HeaderClassName
 {
   color: #6539CC;
 }
 .AnyTagClassName
 {
   color: #6539CC;
 }
</style>

background-color css

<style>
 a { background-color: #6539CC; }

 a { background-color: rgb(101,57,204); }

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

border-color css

<style>
 span { border-color: #6539CC; }

 span { border-color: rgb(101,57,204); }

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