Html Css Color HEX #631CAB Purple Heart

📋 copy color: '#631CAB'

red 99 ◦ green 28 ◦ blue 171

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

Shades of Purple Heart #631CAB

Tints of Purple Heart #631CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.4%

 BLUE value IS 171 (67.19% from 255) = 57.38%

R = 33.22%
G = 9.4%
B = 57.38%

CMYK

 C value IS 0.42

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#631CAB (or 0x631CAB) is known color: Purple Heart. HEX triplet: 63, 1C and AB. RGB value is (99,28,171). Sum of RGB (Red+Green+Blue) = 99+28+171=298 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.22% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #631CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631CAB is #9CE354. Grayscale: #414141. Windows color (decimal): -10281813 or 11213923. OLE color: 11213923.

HSL color Cylindrical-coordinate representation of color #631CAB: hue angle of 269.79º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631CAB is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 28 171 -
CMYK 0.42 0.84 0 0.33
HSL 269.79º 0.72% 0.39% -
HSV(B) 269.79º 0.84% 0.67% -
XYZ 12.91 6.42 39.09 -
YUV 65.53 187.52 151.87 -
System Red Green Blue C M Y K H S L
Decimal 99 28 171 0.42 0.84 0 0.33 269.79 0.72 0.39
Hex 63 1C AB 2A 54 0 21 10E 48 27
Octal 143 34 253 52 124 0 41 416 110 47
Binary 1100011 11100 10101011 101010 1010100 0 100001 100001110 1001000 100111

Color Harmonies of #631CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631CAB

Black with #631CAB

Text Example


Text Example

White with #631CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631CAB; }

 p { color: rgb(99,28,171); }

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

background-color css

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

 a { background-color: rgb(99,28,171); }

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

border-color css

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

 span { border-color: rgb(99,28,171); }

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