Html Css Color HEX #570BCF Purple Heart

📋 copy color: '#570BCF'

red 87 ◦ green 11 ◦ blue 207

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

Shades of Purple Heart #570BCF

Tints of Purple Heart #570BCF

RGB

 RED value IS 87 (34.38% from 255) = 28.52%

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

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

R = 28.52%
G = 3.61%
B = 67.87%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#570BCF (or 0x570BCF) is known color: Purple Heart. HEX triplet: 57, 0B and CF. RGB value is (87,11,207). Sum of RGB (Red+Green+Blue) = 87+11+207=305 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.52% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 207 (81.25% from 255 or 67.87% from 305); Max value from RGB is 207 - color contains mainly: blue. Hex color #570BCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570BCF is #A8F430. Grayscale: #373737. Windows color (decimal): -11072561 or 13568855. OLE color: 13568855.

HSL color Cylindrical-coordinate representation of color #570BCF: hue angle of 263.27º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570BCF is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 11 207 -
CMYK 0.58 0.95 0 0.19
HSL 263.27º 0.9% 0.43% -
HSV(B) 263.27º 0.95% 0.81% -
XYZ 15.31 6.77 59.53 -
YUV 56.07 213.18 150.06 -
System Red Green Blue C M Y K H S L
Decimal 87 11 207 0.58 0.95 0 0.19 263.27 0.9 0.43
Hex 57 B CF 3A 5F 0 13 107 5A 2B
Octal 127 13 317 72 137 0 23 407 132 53
Binary 1010111 1011 11001111 111010 1011111 0 10011 100000111 1011010 101011

Color Harmonies of #570BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570BCF

Black with #570BCF

Text Example


Text Example

White with #570BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,11,207); }

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

background-color css

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

 a { background-color: rgb(87,11,207); }

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

border-color css

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

 span { border-color: rgb(87,11,207); }

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