Html Css Color HEX #651BCF Purple Heart

📋 copy color: '#651BCF'

red 101 ◦ green 27 ◦ blue 207

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

Shades of Purple Heart #651BCF

Tints of Purple Heart #651BCF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.06%

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

R = 30.15%
G = 8.06%
B = 61.79%

CMYK

 C value IS 0.51

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#651BCF (or 0x651BCF) is known color: Purple Heart. HEX triplet: 65, 1B and CF. RGB value is (101,27,207). Sum of RGB (Red+Green+Blue) = 101+27+207=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 27 (10.94% from 255 or 8.06% from 335); Blue value is 207 (81.25% from 255 or 61.79% from 335); Max value from RGB is 207 - color contains mainly: blue. Hex color #651BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #651BCF is #9AE430. Grayscale: #454545. Windows color (decimal): -10150961 or 13572965. OLE color: 13572965.

HSL color Cylindrical-coordinate representation of color #651BCF: hue angle of 264.67º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #651BCF is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 27 207 -
CMYK 0.51 0.87 0 0.19
HSL 264.67º 0.77% 0.46% -
HSV(B) 264.67º 0.87% 0.81% -
XYZ 17.02 8.06 59.69 -
YUV 69.65 205.52 150.36 -
System Red Green Blue C M Y K H S L
Decimal 101 27 207 0.51 0.87 0 0.19 264.67 0.77 0.46
Hex 65 1B CF 33 57 0 13 109 4D 2E
Octal 145 33 317 63 127 0 23 411 115 56
Binary 1100101 11011 11001111 110011 1010111 0 10011 100001001 1001101 101110

Color Harmonies of #651BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651BCF

Black with #651BCF

Text Example


Text Example

White with #651BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651BCF; }

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

 H1.HeaderClassName
 {
   color: #651BCF;
 }
 .AnyTagClassName
 {
   color: #651BCF;
 }
</style>

background-color css

<style>
 a { background-color: #651BCF; }

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

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

border-color css

<style>
 span { border-color: #651BCF; }

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

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