Html Css Color HEX #C735FF Electric Purple

📋 copy color: '#C735FF'

red 199 ◦ green 53 ◦ blue 255

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

Shades of Electric Purple #C735FF

Tints of Electric Purple #C735FF

RGB

 RED value IS 199 (78.13% from 255) = 39.25%

 GREEN value IS 53 (21.09% from 255) = 10.45%

 BLUE value IS 255 (100% from 255) = 50.3%

R = 39.25%
G = 10.45%
B = 50.3%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C735FF (or 0xC735FF) is known color: Electric Purple. HEX triplet: C7, 35 and FF. RGB value is (199,53,255). Sum of RGB (Red+Green+Blue) = 199+53+255=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 53 (21.09% from 255 or 10.45% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #C735FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C735FF is #38CA00. Grayscale: #777777. Windows color (decimal): -3721729 or 16725447. OLE color: 16725447.

HSL color Cylindrical-coordinate representation of color #C735FF: hue angle of 283.37º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C735FF is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 199 53 255 -
CMYK 0.22 0.79 0 0
HSL 283.37º 1% 0.6% -
HSV(B) 283.37º 0.79% 1% -
XYZ 42.88 21.91 96.58 -
YUV 119.68 204.37 184.57 -
System Red Green Blue C M Y K H S L
Decimal 199 53 255 0.22 0.79 0 0 283.37 1 0.6
Hex C7 35 FF 16 4F 0 0 11B 64 3C
Octal 307 65 377 26 117 0 0 433 144 74
Binary 11000111 110101 11111111 10110 1001111 0 0 100011011 1100100 111100

Color Harmonies of #C735FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C735FF

Black with #C735FF

Text Example


Text Example

White with #C735FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C735FF; }

 p { color: rgb(199,53,255); }

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

background-color css

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

 a { background-color: rgb(199,53,255); }

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

border-color css

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

 span { border-color: rgb(199,53,255); }

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