Html Css Color HEX #650CCE Purple Heart

📋 copy color: '#650CCE'

red 101 ◦ green 12 ◦ blue 206

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

Shades of Purple Heart #650CCE

Tints of Purple Heart #650CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 64.58%

R = 31.66%
G = 3.76%
B = 64.58%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#650CCE (or 0x650CCE) is known color: Purple Heart. HEX triplet: 65, 0C and CE. RGB value is (101,12,206). Sum of RGB (Red+Green+Blue) = 101+12+206=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #650CCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650CCE is #9AF331. Grayscale: #3C3C3C. Windows color (decimal): -10154802 or 13503589. OLE color: 13503589.

HSL color Cylindrical-coordinate representation of color #650CCE: hue angle of 267.53º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #650CCE is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 12 206 -
CMYK 0.51 0.94 0 0.19
HSL 267.53º 0.89% 0.43% -
HSV(B) 267.53º 0.94% 0.81% -
XYZ 16.64 7.49 58.96 -
YUV 60.73 209.99 156.73 -
System Red Green Blue C M Y K H S L
Decimal 101 12 206 0.51 0.94 0 0.19 267.53 0.89 0.43
Hex 65 C CE 33 5E 0 13 10C 59 2B
Octal 145 14 316 63 136 0 23 414 131 53
Binary 1100101 1100 11001110 110011 1011110 0 10011 100001100 1011001 101011

Color Harmonies of #650CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650CCE

Black with #650CCE

Text Example


Text Example

White with #650CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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