Html Css Color HEX #652FE1 Purple Heart

📋 copy color: '#652FE1'

red 101 ◦ green 47 ◦ blue 225

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

Shades of Purple Heart #652FE1

Tints of Purple Heart #652FE1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.6%

 BLUE value IS 225 (88.28% from 255) = 60.32%

R = 27.08%
G = 12.6%
B = 60.32%

CMYK

 C value IS 0.55

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#652FE1 (or 0x652FE1) is known color: Purple Heart. HEX triplet: 65, 2F and E1. RGB value is (101,47,225). Sum of RGB (Red+Green+Blue) = 101+47+225=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 47 (18.75% from 255 or 12.60% from 373); Blue value is 225 (88.28% from 255 or 60.32% from 373); Max value from RGB is 225 - color contains mainly: blue. Hex color #652FE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652FE1 is #9AD01E. Grayscale: #525252. Windows color (decimal): -10145823 or 14757733. OLE color: 14757733.

HSL color Cylindrical-coordinate representation of color #652FE1: hue angle of 258.2º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #652FE1 is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 101 47 225 -
CMYK 0.55 0.79 0 0.12
HSL 258.2º 0.75% 0.53% -
HSV(B) 258.2º 0.79% 0.88% -
XYZ 19.97 10.24 72.16 -
YUV 83.44 207.89 140.53 -
System Red Green Blue C M Y K H S L
Decimal 101 47 225 0.55 0.79 0 0.12 258.2 0.75 0.53
Hex 65 2F E1 37 4F 0 C 102 4B 35
Octal 145 57 341 67 117 0 14 402 113 65
Binary 1100101 101111 11100001 110111 1001111 0 1100 100000010 1001011 110101

Color Harmonies of #652FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652FE1

Black with #652FE1

Text Example


Text Example

White with #652FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,47,225); }

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

background-color css

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

 a { background-color: rgb(101,47,225); }

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

border-color css

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

 span { border-color: rgb(101,47,225); }

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