Html Css Color HEX #650FCF Purple Heart

📋 copy color: '#650FCF'

red 101 ◦ green 15 ◦ blue 207

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

Shades of Purple Heart #650FCF

Tints of Purple Heart #650FCF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.64%

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

R = 31.27%
G = 4.64%
B = 64.09%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#650FCF (or 0x650FCF) is known color: Purple Heart. HEX triplet: 65, 0F and CF. RGB value is (101,15,207). Sum of RGB (Red+Green+Blue) = 101+15+207=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 15 (6.25% from 255 or 4.64% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #650FCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650FCF is #9AF030. Grayscale: #3D3D3D. Windows color (decimal): -10154033 or 13569893. OLE color: 13569893.

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

Color convert

RGB 101 15 207 -
CMYK 0.51 0.93 0 0.19
HSL 266.88º 0.86% 0.44% -
HSV(B) 266.88º 0.93% 0.81% -
XYZ 16.8 7.61 59.62 -
YUV 62.6 209.49 155.39 -
System Red Green Blue C M Y K H S L
Decimal 101 15 207 0.51 0.93 0 0.19 266.88 0.86 0.44
Hex 65 F CF 33 5D 0 13 10B 56 2C
Octal 145 17 317 63 135 0 23 413 126 54
Binary 1100101 1111 11001111 110011 1011101 0 10011 100001011 1010110 101100

Color Harmonies of #650FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650FCF

Black with #650FCF

Text Example


Text Example

White with #650FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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