Html Css Color HEX #651DBA Purple Heart

📋 copy color: '#651DBA'

red 101 ◦ green 29 ◦ blue 186

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

Shades of Purple Heart #651DBA

Tints of Purple Heart #651DBA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.18%

 BLUE value IS 186 (73.05% from 255) = 58.86%

R = 31.96%
G = 9.18%
B = 58.86%

CMYK

 C value IS 0.46

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#651DBA (or 0x651DBA) is known color: Purple Heart. HEX triplet: 65, 1D and BA. RGB value is (101,29,186). Sum of RGB (Red+Green+Blue) = 101+29+186=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 29 (11.72% from 255 or 9.18% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #651DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #651DBA is #9AE245. Grayscale: #434343. Windows color (decimal): -10150470 or 12197221. OLE color: 12197221.

HSL color Cylindrical-coordinate representation of color #651DBA: hue angle of 267.52º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #651DBA is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 29 186 -
CMYK 0.46 0.84 0 0.27
HSL 267.52º 0.73% 0.42% -
HSV(B) 267.52º 0.84% 0.73% -
XYZ 14.67 7.19 47.07 -
YUV 68.43 194.35 151.23 -
System Red Green Blue C M Y K H S L
Decimal 101 29 186 0.46 0.84 0 0.27 267.52 0.73 0.42
Hex 65 1D BA 2E 54 0 1B 10C 49 2A
Octal 145 35 272 56 124 0 33 414 111 52
Binary 1100101 11101 10111010 101110 1010100 0 11011 100001100 1001001 101010

Color Harmonies of #651DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651DBA

Black with #651DBA

Text Example


Text Example

White with #651DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,29,186); }

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

background-color css

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

 a { background-color: rgb(101,29,186); }

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

border-color css

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

 span { border-color: rgb(101,29,186); }

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