Html Css Color HEX #652DBD Purple Heart

📋 copy color: '#652DBD'

red 101 ◦ green 45 ◦ blue 189

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

Shades of Purple Heart #652DBD

Tints of Purple Heart #652DBD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.43%

 BLUE value IS 189 (74.22% from 255) = 56.42%

R = 30.15%
G = 13.43%
B = 56.42%

CMYK

 C value IS 0.47

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#652DBD (or 0x652DBD) is known color: Purple Heart. HEX triplet: 65, 2D and BD. RGB value is (101,45,189). Sum of RGB (Red+Green+Blue) = 101+45+189=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 189 (74.22% from 255 or 56.42% from 335); Max value from RGB is 189 - color contains mainly: blue. Hex color #652DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652DBD is #9AD242. Grayscale: #4D4D4D. Windows color (decimal): -10146371 or 12397925. OLE color: 12397925.

HSL color Cylindrical-coordinate representation of color #652DBD: hue angle of 263.33º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #652DBD is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 45 189 -
CMYK 0.47 0.76 0 0.26
HSL 263.33º 0.62% 0.46% -
HSV(B) 263.33º 0.76% 0.74% -
XYZ 15.49 8.32 48.93 -
YUV 78.16 190.55 144.29 -
System Red Green Blue C M Y K H S L
Decimal 101 45 189 0.47 0.76 0 0.26 263.33 0.62 0.46
Hex 65 2D BD 2F 4C 0 1A 107 3E 2E
Octal 145 55 275 57 114 0 32 407 76 56
Binary 1100101 101101 10111101 101111 1001100 0 11010 100000111 111110 101110

Color Harmonies of #652DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652DBD

Black with #652DBD

Text Example


Text Example

White with #652DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,45,189); }

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

background-color css

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

 a { background-color: rgb(101,45,189); }

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

border-color css

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

 span { border-color: rgb(101,45,189); }

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