Html Css Color HEX #632FCD Purple Heart

📋 copy color: '#632FCD'

red 99 ◦ green 47 ◦ blue 205

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

Shades of Purple Heart #632FCD

Tints of Purple Heart #632FCD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.39%

 BLUE value IS 205 (80.47% from 255) = 58.4%

R = 28.21%
G = 13.39%
B = 58.4%

CMYK

 C value IS 0.52

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#632FCD (or 0x632FCD) is known color: Purple Heart. HEX triplet: 63, 2F and CD. RGB value is (99,47,205). Sum of RGB (Red+Green+Blue) = 99+47+205=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 47 (18.75% from 255 or 13.39% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #632FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632FCD is #9CD032. Grayscale: #4F4F4F. Windows color (decimal): -10276915 or 13447011. OLE color: 13447011.

HSL color Cylindrical-coordinate representation of color #632FCD: hue angle of 259.75º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #632FCD is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 47 205 -
CMYK 0.52 0.77 0 0.20
HSL 259.75º 0.63% 0.49% -
HSV(B) 259.75º 0.77% 0.8% -
XYZ 17.18 9.09 58.61 -
YUV 80.56 198.23 141.15 -
System Red Green Blue C M Y K H S L
Decimal 99 47 205 0.52 0.77 0 0.20 259.75 0.63 0.49
Hex 63 2F CD 34 4D 0 14 104 3F 31
Octal 143 57 315 64 115 0 24 404 77 61
Binary 1100011 101111 11001101 110100 1001101 0 10100 100000100 111111 110001

Color Harmonies of #632FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632FCD

Black with #632FCD

Text Example


Text Example

White with #632FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,47,205); }

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

background-color css

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

 a { background-color: rgb(99,47,205); }

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

border-color css

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

 span { border-color: rgb(99,47,205); }

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