Html Css Color HEX #630CBC Purple Heart

📋 copy color: '#630CBC'

red 99 ◦ green 12 ◦ blue 188

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

Shades of Purple Heart #630CBC

Tints of Purple Heart #630CBC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.01%

 BLUE value IS 188 (73.83% from 255) = 62.88%

R = 33.11%
G = 4.01%
B = 62.88%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#630CBC (or 0x630CBC) is known color: Purple Heart. HEX triplet: 63, 0C and BC. RGB value is (99,12,188). Sum of RGB (Red+Green+Blue) = 99+12+188=299 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.11% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 188 (73.83% from 255 or 62.88% from 299); Max value from RGB is 188 - color contains mainly: blue. Hex color #630CBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630CBC is #9CF343. Grayscale: #393939. Windows color (decimal): -10285892 or 12323939. OLE color: 12323939.

HSL color Cylindrical-coordinate representation of color #630CBC: hue angle of 269.66º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630CBC is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 12 188 -
CMYK 0.47 0.94 0 0.26
HSL 269.66º 0.88% 0.39% -
HSV(B) 269.66º 0.94% 0.74% -
XYZ 14.35 6.55 48.08 -
YUV 58.08 201.32 157.19 -
System Red Green Blue C M Y K H S L
Decimal 99 12 188 0.47 0.94 0 0.26 269.66 0.88 0.39
Hex 63 C BC 2F 5E 0 1A 10E 58 27
Octal 143 14 274 57 136 0 32 416 130 47
Binary 1100011 1100 10111100 101111 1011110 0 11010 100001110 1011000 100111

Color Harmonies of #630CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630CBC

Black with #630CBC

Text Example


Text Example

White with #630CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,12,188); }

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

background-color css

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

 a { background-color: rgb(99,12,188); }

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

border-color css

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

 span { border-color: rgb(99,12,188); }

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