Html Css Color HEX #530CFD Han Purple

📋 copy color: '#530CFD'

red 83 ◦ green 12 ◦ blue 253

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

Shades of Han Purple #530CFD

Tints of Han Purple #530CFD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.45%

 BLUE value IS 253 (99.22% from 255) = 72.7%

R = 23.85%
G = 3.45%
B = 72.7%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#530CFD (or 0x530CFD) is known color: Han Purple. HEX triplet: 53, 0C and FD. RGB value is (83,12,253). Sum of RGB (Red+Green+Blue) = 83+12+253=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 253 (99.22% from 255 or 72.70% from 348); Max value from RGB is 253 - color contains mainly: blue. Hex color #530CFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530CFD is #ACF302. Grayscale: #3B3B3B. Windows color (decimal): -11334403 or 16583763. OLE color: 16583763.

HSL color Cylindrical-coordinate representation of color #530CFD: hue angle of 257.68º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530CFD is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 12 253 -
CMYK 0.67 0.95 0 0.01
HSL 257.68º 0.98% 0.52% -
HSV(B) 257.68º 0.95% 0.99% -
XYZ 21.43 9.19 93.57 -
YUV 60.7 236.52 143.9 -
System Red Green Blue C M Y K H S L
Decimal 83 12 253 0.67 0.95 0 0.01 257.68 0.98 0.52
Hex 53 C FD 43 5F 0 1 102 62 34
Octal 123 14 375 103 137 0 1 402 142 64
Binary 1010011 1100 11111101 1000011 1011111 0 1 100000010 1100010 110100

Color Harmonies of #530CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530CFD

Black with #530CFD

Text Example


Text Example

White with #530CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,12,253); }

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

background-color css

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

 a { background-color: rgb(83,12,253); }

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

border-color css

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

 span { border-color: rgb(83,12,253); }

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