Html Css Color HEX #652ADC Purple Heart

📋 copy color: '#652ADC'

red 101 ◦ green 42 ◦ blue 220

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

Shades of Purple Heart #652ADC

Tints of Purple Heart #652ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.61%

R = 27.82%
G = 11.57%
B = 60.61%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#652ADC (or 0x652ADC) is known color: Purple Heart. HEX triplet: 65, 2A and DC. RGB value is (101,42,220). Sum of RGB (Red+Green+Blue) = 101+42+220=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #652ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652ADC is #9AD523. Grayscale: #4F4F4F. Windows color (decimal): -10147108 or 14428773. OLE color: 14428773.

HSL color Cylindrical-coordinate representation of color #652ADC: hue angle of 259.89º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #652ADC is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 42 220 -
CMYK 0.54 0.81 0 0.14
HSL 259.89º 0.72% 0.51% -
HSV(B) 259.89º 0.81% 0.86% -
XYZ 19.11 9.59 68.55 -
YUV 79.93 207.05 143.03 -
System Red Green Blue C M Y K H S L
Decimal 101 42 220 0.54 0.81 0 0.14 259.89 0.72 0.51
Hex 65 2A DC 36 51 0 E 104 48 33
Octal 145 52 334 66 121 0 16 404 110 63
Binary 1100101 101010 11011100 110110 1010001 0 1110 100000100 1001000 110011

Color Harmonies of #652ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652ADC

Black with #652ADC

Text Example


Text Example

White with #652ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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