Html Css Color HEX #5A0BCF Purple Heart

📋 copy color: '#5A0BCF'

red 90 ◦ green 11 ◦ blue 207

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

Shades of Purple Heart #5A0BCF

Tints of Purple Heart #5A0BCF

RGB

 RED value IS 90 (35.55% from 255) = 29.22%

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

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

R = 29.22%
G = 3.57%
B = 67.21%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5A0BCF (or 0x5A0BCF) is known color: Purple Heart. HEX triplet: 5A, 0B and CF. RGB value is (90,11,207). Sum of RGB (Red+Green+Blue) = 90+11+207=308 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.22% from 308); Green value is 11 (4.69% from 255 or 3.57% from 308); Blue value is 207 (81.25% from 255 or 67.21% from 308); Max value from RGB is 207 - color contains mainly: blue. Hex color #5A0BCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0BCF is #A5F430. Grayscale: #383838. Windows color (decimal): -10875953 or 13568858. OLE color: 13568858.

HSL color Cylindrical-coordinate representation of color #5A0BCF: hue angle of 264.18º 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 #5A0BCF is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 11 207 -
CMYK 0.57 0.95 0 0.19
HSL 264.18º 0.9% 0.43% -
HSV(B) 264.18º 0.95% 0.81% -
XYZ 15.6 6.92 59.54 -
YUV 56.97 212.67 151.56 -
System Red Green Blue C M Y K H S L
Decimal 90 11 207 0.57 0.95 0 0.19 264.18 0.9 0.43
Hex 5A B CF 39 5F 0 13 108 5A 2B
Octal 132 13 317 71 137 0 23 410 132 53
Binary 1011010 1011 11001111 111001 1011111 0 10011 100001000 1011010 101011

Color Harmonies of #5A0BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0BCF

Black with #5A0BCF

Text Example


Text Example

White with #5A0BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A0BCF; }

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

 H1.HeaderClassName
 {
   color: #5A0BCF;
 }
 .AnyTagClassName
 {
   color: #5A0BCF;
 }
</style>

background-color css

<style>
 a { background-color: #5A0BCF; }

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

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

border-color css

<style>
 span { border-color: #5A0BCF; }

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

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