Html Css Color HEX #5308CA Purple Heart

📋 copy color: '#5308CA'

red 83 ◦ green 8 ◦ blue 202

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

Shades of Purple Heart #5308CA

Tints of Purple Heart #5308CA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.73%

 BLUE value IS 202 (79.3% from 255) = 68.94%

R = 28.33%
G = 2.73%
B = 68.94%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5308CA (or 0x5308CA) is known color: Purple Heart. HEX triplet: 53, 08 and CA. RGB value is (83,8,202). Sum of RGB (Red+Green+Blue) = 83+8+202=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 202 (79.30% from 255 or 68.94% from 293); Max value from RGB is 202 - color contains mainly: blue. Hex color #5308CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5308CA is #ACF735. Grayscale: #333333. Windows color (decimal): -11335478 or 13240403. OLE color: 13240403.

HSL color Cylindrical-coordinate representation of color #5308CA: hue angle of 263.2º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5308CA is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 83 8 202 -
CMYK 0.59 0.96 0 0.21
HSL 263.2º 0.92% 0.41% -
HSV(B) 263.2º 0.96% 0.79% -
XYZ 14.31 6.28 56.33 -
YUV 52.54 212.35 149.73 -
System Red Green Blue C M Y K H S L
Decimal 83 8 202 0.59 0.96 0 0.21 263.2 0.92 0.41
Hex 53 8 CA 3B 60 0 15 107 5C 29
Octal 123 10 312 73 140 0 25 407 134 51
Binary 1010011 1000 11001010 111011 1100000 0 10101 100000111 1011100 101001

Color Harmonies of #5308CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5308CA

Black with #5308CA

Text Example


Text Example

White with #5308CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5308CA; }

 p { color: rgb(83,8,202); }

 H1.HeaderClassName
 {
   color: #5308CA;
 }
 .AnyTagClassName
 {
   color: #5308CA;
 }
</style>

background-color css

<style>
 a { background-color: #5308CA; }

 a { background-color: rgb(83,8,202); }

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

border-color css

<style>
 span { border-color: #5308CA; }

 span { border-color: rgb(83,8,202); }

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