Html Css Color HEX #702EFD Han Purple

📋 copy color: '#702EFD'

red 112 ◦ green 46 ◦ blue 253

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

Shades of Han Purple #702EFD

Tints of Han Purple #702EFD

RGB

 RED value IS 112 (44.14% from 255) = 27.25%

 GREEN value IS 46 (18.36% from 255) = 11.19%

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

R = 27.25%
G = 11.19%
B = 61.56%

CMYK

 C value IS 0.56

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#702EFD (or 0x702EFD) is known color: Han Purple. HEX triplet: 70, 2E and FD. RGB value is (112,46,253). Sum of RGB (Red+Green+Blue) = 112+46+253=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 46 (18.36% from 255 or 11.19% from 411); Blue value is 253 (99.22% from 255 or 61.56% from 411); Max value from RGB is 253 - color contains mainly: blue. Hex color #702EFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702EFD is #8FD102. Grayscale: #585858. Windows color (decimal): -9425155 or 16592496. OLE color: 16592496.

HSL color Cylindrical-coordinate representation of color #702EFD: hue angle of 259.13º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #702EFD is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 46 253 -
CMYK 0.56 0.82 0 0.01
HSL 259.13º 0.98% 0.59% -
HSV(B) 259.13º 0.82% 0.99% -
XYZ 25.39 12.49 94 -
YUV 89.33 220.37 144.17 -
System Red Green Blue C M Y K H S L
Decimal 112 46 253 0.56 0.82 0 0.01 259.13 0.98 0.59
Hex 70 2E FD 38 52 0 1 103 62 3B
Octal 160 56 375 70 122 0 1 403 142 73
Binary 1110000 101110 11111101 111000 1010010 0 1 100000011 1100010 111011

Color Harmonies of #702EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702EFD

Black with #702EFD

Text Example


Text Example

White with #702EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702EFD; }

 p { color: rgb(112,46,253); }

 H1.HeaderClassName
 {
   color: #702EFD;
 }
 .AnyTagClassName
 {
   color: #702EFD;
 }
</style>

background-color css

<style>
 a { background-color: #702EFD; }

 a { background-color: rgb(112,46,253); }

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

border-color css

<style>
 span { border-color: #702EFD; }

 span { border-color: rgb(112,46,253); }

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