Html Css Color HEX #530BCC Purple Heart

📋 copy color: '#530BCC'

red 83 ◦ green 11 ◦ blue 204

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

Shades of Purple Heart #530BCC

Tints of Purple Heart #530BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 68.46%

R = 27.85%
G = 3.69%
B = 68.46%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#530BCC (or 0x530BCC) is known color: Purple Heart. HEX triplet: 53, 0B and CC. RGB value is (83,11,204). Sum of RGB (Red+Green+Blue) = 83+11+204=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 204 (80.08% from 255 or 68.46% from 298); Max value from RGB is 204 - color contains mainly: blue. Hex color #530BCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530BCC is #ACF433. Grayscale: #353535. Windows color (decimal): -11334708 or 13372243. OLE color: 13372243.

HSL color Cylindrical-coordinate representation of color #530BCC: hue angle of 262.38º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530BCC is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 83 11 204 -
CMYK 0.59 0.95 0 0.2
HSL 262.38º 0.9% 0.42% -
HSV(B) 262.38º 0.95% 0.8% -
XYZ 14.59 6.44 57.6 -
YUV 54.53 212.35 148.31 -
System Red Green Blue C M Y K H S L
Decimal 83 11 204 0.59 0.95 0 0.2 262.38 0.9 0.42
Hex 53 B CC 3B 5F 0 14 106 5A 2A
Octal 123 13 314 73 137 0 24 406 132 52
Binary 1010011 1011 11001100 111011 1011111 0 10100 100000110 1011010 101010

Color Harmonies of #530BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530BCC

Black with #530BCC

Text Example


Text Example

White with #530BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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