Html Css Color HEX #650CBB Purple Heart

📋 copy color: '#650CBB'

red 101 ◦ green 12 ◦ blue 187

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

Shades of Purple Heart #650CBB

Tints of Purple Heart #650CBB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4%

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

R = 33.67%
G = 4%
B = 62.33%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#650CBB (or 0x650CBB) is known color: Purple Heart. HEX triplet: 65, 0C and BB. RGB value is (101,12,187). Sum of RGB (Red+Green+Blue) = 101+12+187=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 187 (73.44% from 255 or 62.33% from 300); Max value from RGB is 187 - color contains mainly: blue. Hex color #650CBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650CBB is #9AF344. Grayscale: #393939. Windows color (decimal): -10154821 or 12258405. OLE color: 12258405.

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

Color convert

RGB 101 12 187 -
CMYK 0.46 0.94 0 0.27
HSL 270.51º 0.88% 0.39% -
HSV(B) 270.51º 0.94% 0.73% -
XYZ 14.47 6.62 47.53 -
YUV 58.56 200.49 158.27 -
System Red Green Blue C M Y K H S L
Decimal 101 12 187 0.46 0.94 0 0.27 270.51 0.88 0.39
Hex 65 C BB 2E 5E 0 1B 10F 58 27
Octal 145 14 273 56 136 0 33 417 130 47
Binary 1100101 1100 10111011 101110 1011110 0 11011 100001111 1011000 100111

Color Harmonies of #650CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650CBB

Black with #650CBB

Text Example


Text Example

White with #650CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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