Html Css Color HEX #530BBE Purple Heart

📋 copy color: '#530BBE'

red 83 ◦ green 11 ◦ blue 190

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

Shades of Purple Heart #530BBE

Tints of Purple Heart #530BBE

RGB

 RED value IS 83 (32.81% from 255) = 29.23%

 GREEN value IS 11 (4.69% from 255) = 3.87%

 BLUE value IS 190 (74.61% from 255) = 66.9%

R = 29.23%
G = 3.87%
B = 66.9%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#530BBE (or 0x530BBE) is known color: Purple Heart. HEX triplet: 53, 0B and BE. RGB value is (83,11,190). Sum of RGB (Red+Green+Blue) = 83+11+190=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #530BBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530BBE is #ACF441. Grayscale: #343434. Windows color (decimal): -11334722 or 12454739. OLE color: 12454739.

HSL color Cylindrical-coordinate representation of color #530BBE: hue angle of 264.13º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530BBE is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 11 190 -
CMYK 0.56 0.94 0 0.25
HSL 264.13º 0.89% 0.39% -
HSV(B) 264.13º 0.94% 0.75% -
XYZ 12.98 5.8 49.15 -
YUV 52.93 205.35 149.45 -
System Red Green Blue C M Y K H S L
Decimal 83 11 190 0.56 0.94 0 0.25 264.13 0.89 0.39
Hex 53 B BE 38 5E 0 19 108 59 27
Octal 123 13 276 70 136 0 31 410 131 47
Binary 1010011 1011 10111110 111000 1011110 0 11001 100001000 1011001 100111

Color Harmonies of #530BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530BBE

Black with #530BBE

Text Example


Text Example

White with #530BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530BBE; }

 p { color: rgb(83,11,190); }

 H1.HeaderClassName
 {
   color: #530BBE;
 }
 .AnyTagClassName
 {
   color: #530BBE;
 }
</style>

background-color css

<style>
 a { background-color: #530BBE; }

 a { background-color: rgb(83,11,190); }

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

border-color css

<style>
 span { border-color: #530BBE; }

 span { border-color: rgb(83,11,190); }

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