Html Css Color HEX #650DBB Purple Heart

📋 copy color: '#650DBB'

red 101 ◦ green 13 ◦ blue 187

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

Shades of Purple Heart #650DBB

Tints of Purple Heart #650DBB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.32%

 BLUE value IS 187 (73.44% from 255) = 62.13%

R = 33.55%
G = 4.32%
B = 62.13%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#650DBB (or 0x650DBB) is known color: Purple Heart. HEX triplet: 65, 0D and BB. RGB value is (101,13,187). Sum of RGB (Red+Green+Blue) = 101+13+187=301 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.55% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #650DBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650DBB is #9AF244. Grayscale: #3A3A3A. Windows color (decimal): -10154565 or 12258661. OLE color: 12258661.

HSL color Cylindrical-coordinate representation of color #650DBB: hue angle of 270.34º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #650DBB is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 13 187 -
CMYK 0.46 0.93 0 0.27
HSL 270.34º 0.87% 0.39% -
HSV(B) 270.34º 0.93% 0.73% -
XYZ 14.48 6.64 47.53 -
YUV 59.15 200.15 157.85 -
System Red Green Blue C M Y K H S L
Decimal 101 13 187 0.46 0.93 0 0.27 270.34 0.87 0.39
Hex 65 D BB 2E 5D 0 1B 10E 57 27
Octal 145 15 273 56 135 0 33 416 127 47
Binary 1100101 1101 10111011 101110 1011101 0 11011 100001110 1010111 100111

Color Harmonies of #650DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650DBB

Black with #650DBB

Text Example


Text Example

White with #650DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650DBB; }

 p { color: rgb(101,13,187); }

 H1.HeaderClassName
 {
   color: #650DBB;
 }
 .AnyTagClassName
 {
   color: #650DBB;
 }
</style>

background-color css

<style>
 a { background-color: #650DBB; }

 a { background-color: rgb(101,13,187); }

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

border-color css

<style>
 span { border-color: #650DBB; }

 span { border-color: rgb(101,13,187); }

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