Html Css Color HEX #650CBC Purple Heart

📋 copy color: '#650CBC'

red 101 ◦ green 12 ◦ blue 188

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

Shades of Purple Heart #650CBC

Tints of Purple Heart #650CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.46%

R = 33.55%
G = 3.99%
B = 62.46%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#650CBC (or 0x650CBC) is known color: Purple Heart. HEX triplet: 65, 0C and BC. RGB value is (101,12,188). Sum of RGB (Red+Green+Blue) = 101+12+188=301 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.55% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #650CBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650CBC is #9AF343. Grayscale: #3A3A3A. Windows color (decimal): -10154820 or 12323941. OLE color: 12323941.

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

Color convert

RGB 101 12 188 -
CMYK 0.46 0.94 0 0.26
HSL 270.34º 0.88% 0.39% -
HSV(B) 270.34º 0.94% 0.74% -
XYZ 14.58 6.66 48.09 -
YUV 58.68 200.99 158.19 -
System Red Green Blue C M Y K H S L
Decimal 101 12 188 0.46 0.94 0 0.26 270.34 0.88 0.39
Hex 65 C BC 2E 5E 0 1A 10E 58 27
Octal 145 14 274 56 136 0 32 416 130 47
Binary 1100101 1100 10111100 101110 1011110 0 11010 100001110 1011000 100111

Color Harmonies of #650CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650CBC

Black with #650CBC

Text Example


Text Example

White with #650CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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