Html Css Color HEX #650CCF Purple Heart

📋 copy color: '#650CCF'

red 101 ◦ green 12 ◦ blue 207

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

Shades of Purple Heart #650CCF

Tints of Purple Heart #650CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 64.69%

R = 31.56%
G = 3.75%
B = 64.69%

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

#650CCF (or 0x650CCF) is known color: Purple Heart. HEX triplet: 65, 0C and CF. RGB value is (101,12,207). Sum of RGB (Red+Green+Blue) = 101+12+207=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 12 (5.08% from 255 or 3.75% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #650CCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650CCF is #9AF330. Grayscale: #3C3C3C. Windows color (decimal): -10154801 or 13569125. OLE color: 13569125.

HSL color Cylindrical-coordinate representation of color #650CCF: hue angle of 267.38º 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 #650CCF is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 12 207 -
CMYK 0.51 0.94 0 0.19
HSL 267.38º 0.89% 0.43% -
HSV(B) 267.38º 0.94% 0.81% -
XYZ 16.76 7.53 59.6 -
YUV 60.84 210.49 156.64 -
System Red Green Blue C M Y K H S L
Decimal 101 12 207 0.51 0.94 0 0.19 267.38 0.89 0.43
Hex 65 C CF 33 5E 0 13 10B 59 2B
Octal 145 14 317 63 136 0 23 413 131 53
Binary 1100101 1100 11001111 110011 1011110 0 10011 100001011 1011001 101011

Color Harmonies of #650CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650CCF

Black with #650CCF

Text Example


Text Example

White with #650CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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