Html Css Color HEX #652ECB Purple Heart

📋 copy color: '#652ECB'

red 101 ◦ green 46 ◦ blue 203

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

Shades of Purple Heart #652ECB

Tints of Purple Heart #652ECB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.14%

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

R = 28.86%
G = 13.14%
B = 58%

CMYK

 C value IS 0.50

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#652ECB (or 0x652ECB) is known color: Purple Heart. HEX triplet: 65, 2E and CB. RGB value is (101,46,203). Sum of RGB (Red+Green+Blue) = 101+46+203=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 46 (18.36% from 255 or 13.14% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #652ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652ECB is #9AD134. Grayscale: #4F4F4F. Windows color (decimal): -10146101 or 13315685. OLE color: 13315685.

HSL color Cylindrical-coordinate representation of color #652ECB: hue angle of 261.02º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #652ECB is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 46 203 -
CMYK 0.50 0.77 0 0.20
HSL 261.02º 0.63% 0.49% -
HSV(B) 261.02º 0.77% 0.8% -
XYZ 17.12 9.03 57.34 -
YUV 80.34 197.22 142.73 -
System Red Green Blue C M Y K H S L
Decimal 101 46 203 0.50 0.77 0 0.20 261.02 0.63 0.49
Hex 65 2E CB 32 4D 0 14 105 3F 31
Octal 145 56 313 62 115 0 24 405 77 61
Binary 1100101 101110 11001011 110010 1001101 0 10100 100000101 111111 110001

Color Harmonies of #652ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652ECB

Black with #652ECB

Text Example


Text Example

White with #652ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,46,203); }

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

background-color css

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

 a { background-color: rgb(101,46,203); }

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

border-color css

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

 span { border-color: rgb(101,46,203); }

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