Html Css Color HEX #702EFA Han Purple

📋 copy color: '#702EFA'

red 112 ◦ green 46 ◦ blue 250

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

Shades of Han Purple #702EFA

Tints of Han Purple #702EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 61.27%

R = 27.45%
G = 11.27%
B = 61.27%

CMYK

 C value IS 0.55

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#702EFA (or 0x702EFA) is known color: Han Purple. HEX triplet: 70, 2E and FA. RGB value is (112,46,250). Sum of RGB (Red+Green+Blue) = 112+46+250=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 46 (18.36% from 255 or 11.27% from 408); Blue value is 250 (98.05% from 255 or 61.27% from 408); Max value from RGB is 250 - color contains mainly: blue. Hex color #702EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702EFA is #8FD105. Grayscale: #585858. Windows color (decimal): -9425158 or 16395888. OLE color: 16395888.

HSL color Cylindrical-coordinate representation of color #702EFA: hue angle of 259.41º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #702EFA is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 46 250 -
CMYK 0.55 0.82 0 0.02
HSL 259.41º 0.95% 0.58% -
HSV(B) 259.41º 0.82% 0.98% -
XYZ 24.91 12.3 91.5 -
YUV 88.99 218.87 144.41 -
System Red Green Blue C M Y K H S L
Decimal 112 46 250 0.55 0.82 0 0.02 259.41 0.95 0.58
Hex 70 2E FA 37 52 0 2 103 5F 3A
Octal 160 56 372 67 122 0 2 403 137 72
Binary 1110000 101110 11111010 110111 1010010 0 10 100000011 1011111 111010

Color Harmonies of #702EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702EFA

Black with #702EFA

Text Example


Text Example

White with #702EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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