Html Css Color HEX #630BCA Purple Heart

📋 copy color: '#630BCA'

red 99 ◦ green 11 ◦ blue 202

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

Shades of Purple Heart #630BCA

Tints of Purple Heart #630BCA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.53%

 BLUE value IS 202 (79.3% from 255) = 64.74%

R = 31.73%
G = 3.53%
B = 64.74%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#630BCA (or 0x630BCA) is known color: Purple Heart. HEX triplet: 63, 0B and CA. RGB value is (99,11,202). Sum of RGB (Red+Green+Blue) = 99+11+202=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 202 (79.30% from 255 or 64.74% from 312); Max value from RGB is 202 - color contains mainly: blue. Hex color #630BCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630BCA is #9CF435. Grayscale: #3A3A3A. Windows color (decimal): -10286134 or 13241187. OLE color: 13241187.

HSL color Cylindrical-coordinate representation of color #630BCA: hue angle of 267.64º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630BCA is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 99 11 202 -
CMYK 0.51 0.95 0 0.21
HSL 267.64º 0.9% 0.42% -
HSV(B) 267.64º 0.95% 0.79% -
XYZ 15.93 7.16 56.42 -
YUV 59.09 208.65 156.47 -
System Red Green Blue C M Y K H S L
Decimal 99 11 202 0.51 0.95 0 0.21 267.64 0.9 0.42
Hex 63 B CA 33 5F 0 15 10C 5A 2A
Octal 143 13 312 63 137 0 25 414 132 52
Binary 1100011 1011 11001010 110011 1011111 0 10101 100001100 1011010 101010

Color Harmonies of #630BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630BCA

Black with #630BCA

Text Example


Text Example

White with #630BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630BCA; }

 p { color: rgb(99,11,202); }

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

background-color css

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

 a { background-color: rgb(99,11,202); }

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

border-color css

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

 span { border-color: rgb(99,11,202); }

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