Html Css Color HEX #652ACC Purple Heart

📋 copy color: '#652ACC'

red 101 ◦ green 42 ◦ blue 204

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

Shades of Purple Heart #652ACC

Tints of Purple Heart #652ACC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.1%

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

R = 29.11%
G = 12.1%
B = 58.79%

CMYK

 C value IS 0.50

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#652ACC (or 0x652ACC) is known color: Purple Heart. HEX triplet: 65, 2A and CC. RGB value is (101,42,204). Sum of RGB (Red+Green+Blue) = 101+42+204=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 42 (16.80% from 255 or 12.10% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #652ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652ACC is #9AD533. Grayscale: #4D4D4D. Windows color (decimal): -10147124 or 13380197. OLE color: 13380197.

HSL color Cylindrical-coordinate representation of color #652ACC: hue angle of 261.85º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #652ACC is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 42 204 -
CMYK 0.50 0.79 0 0.2
HSL 261.85º 0.66% 0.48% -
HSV(B) 261.85º 0.79% 0.8% -
XYZ 17.09 8.78 57.92 -
YUV 78.11 199.05 144.33 -
System Red Green Blue C M Y K H S L
Decimal 101 42 204 0.50 0.79 0 0.2 261.85 0.66 0.48
Hex 65 2A CC 32 4F 0 14 106 42 30
Octal 145 52 314 62 117 0 24 406 102 60
Binary 1100101 101010 11001100 110010 1001111 0 10100 100000110 1000010 110000

Color Harmonies of #652ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652ACC

Black with #652ACC

Text Example


Text Example

White with #652ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652ACC; }

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

 H1.HeaderClassName
 {
   color: #652ACC;
 }
 .AnyTagClassName
 {
   color: #652ACC;
 }
</style>

background-color css

<style>
 a { background-color: #652ACC; }

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

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

border-color css

<style>
 span { border-color: #652ACC; }

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

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