Html Css Color HEX #652EDD Purple Heart

📋 copy color: '#652EDD'

red 101 ◦ green 46 ◦ blue 221

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

Shades of Purple Heart #652EDD

Tints of Purple Heart #652EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.05%

R = 27.45%
G = 12.5%
B = 60.05%

CMYK

 C value IS 0.54

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#652EDD (or 0x652EDD) is known color: Purple Heart. HEX triplet: 65, 2E and DD. RGB value is (101,46,221). Sum of RGB (Red+Green+Blue) = 101+46+221=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 46 (18.36% from 255 or 12.5% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #652EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652EDD is #9AD122. Grayscale: #515151. Windows color (decimal): -10146083 or 14495333. OLE color: 14495333.

HSL color Cylindrical-coordinate representation of color #652EDD: hue angle of 258.86º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #652EDD is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 46 221 -
CMYK 0.54 0.79 0 0.13
HSL 258.86º 0.72% 0.52% -
HSV(B) 258.86º 0.79% 0.87% -
XYZ 19.39 9.94 69.3 -
YUV 82.4 206.22 141.27 -
System Red Green Blue C M Y K H S L
Decimal 101 46 221 0.54 0.79 0 0.13 258.86 0.72 0.52
Hex 65 2E DD 36 4F 0 D 103 48 34
Octal 145 56 335 66 117 0 15 403 110 64
Binary 1100101 101110 11011101 110110 1001111 0 1101 100000011 1001000 110100

Color Harmonies of #652EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652EDD

Black with #652EDD

Text Example


Text Example

White with #652EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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