Html Css Color HEX #632EAF Purple Heart

📋 copy color: '#632EAF'

red 99 ◦ green 46 ◦ blue 175

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

Shades of Purple Heart #632EAF

Tints of Purple Heart #632EAF

RGB

 RED value IS 99 (39.06% from 255) = 30.94%

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

 BLUE value IS 175 (68.75% from 255) = 54.69%

R = 30.94%
G = 14.38%
B = 54.69%

CMYK

 C value IS 0.43

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#632EAF (or 0x632EAF) is known color: Purple Heart. HEX triplet: 63, 2E and AF. RGB value is (99,46,175). Sum of RGB (Red+Green+Blue) = 99+46+175=320 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.94% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 175 (68.75% from 255 or 54.69% from 320); Max value from RGB is 175 - color contains mainly: blue. Hex color #632EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632EAF is #9CD150. Grayscale: #4C4C4C. Windows color (decimal): -10277201 or 11480675. OLE color: 11480675.

HSL color Cylindrical-coordinate representation of color #632EAF: hue angle of 264.65º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #632EAF is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 99 46 175 -
CMYK 0.43 0.74 0 0.31
HSL 264.65º 0.58% 0.43% -
HSV(B) 264.65º 0.74% 0.69% -
XYZ 13.86 7.7 41.31 -
YUV 76.55 183.56 144.01 -
System Red Green Blue C M Y K H S L
Decimal 99 46 175 0.43 0.74 0 0.31 264.65 0.58 0.43
Hex 63 2E AF 2B 4A 0 1F 109 3A 2B
Octal 143 56 257 53 112 0 37 411 72 53
Binary 1100011 101110 10101111 101011 1001010 0 11111 100001001 111010 101011

Color Harmonies of #632EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632EAF

Black with #632EAF

Text Example


Text Example

White with #632EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632EAF; }

 p { color: rgb(99,46,175); }

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

background-color css

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

 a { background-color: rgb(99,46,175); }

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

border-color css

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

 span { border-color: rgb(99,46,175); }

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