Html Css Color HEX #702CFA Han Purple

📋 copy color: '#702CFA'

red 112 ◦ green 44 ◦ blue 250

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

Shades of Han Purple #702CFA

Tints of Han Purple #702CFA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.84%

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

R = 27.59%
G = 10.84%
B = 61.58%

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

#702CFA (or 0x702CFA) is known color: Han Purple. HEX triplet: 70, 2C and FA. RGB value is (112,44,250). Sum of RGB (Red+Green+Blue) = 112+44+250=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 44 (17.58% from 255 or 10.84% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #702CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702CFA is #8FD305. Grayscale: #575757. Windows color (decimal): -9425670 or 16395376. OLE color: 16395376.

HSL color Cylindrical-coordinate representation of color #702CFA: hue angle of 259.81º 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 #702CFA is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 44 250 -
CMYK 0.55 0.82 0 0.02
HSL 259.81º 0.95% 0.58% -
HSV(B) 259.81º 0.82% 0.98% -
XYZ 24.84 12.15 91.48 -
YUV 87.82 219.53 145.25 -
System Red Green Blue C M Y K H S L
Decimal 112 44 250 0.55 0.82 0 0.02 259.81 0.95 0.58
Hex 70 2C FA 37 52 0 2 104 5F 3A
Octal 160 54 372 67 122 0 2 404 137 72
Binary 1110000 101100 11111010 110111 1010010 0 10 100000100 1011111 111010

Color Harmonies of #702CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702CFA

Black with #702CFA

Text Example


Text Example

White with #702CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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