Html Css Color HEX #4630CA Purple Heart

📋 copy color: '#4630CA'

red 70 ◦ green 48 ◦ blue 202

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

Shades of Purple Heart #4630CA

Tints of Purple Heart #4630CA

RGB

 RED value IS 70 (27.73% from 255) = 21.88%

 GREEN value IS 48 (19.14% from 255) = 15%

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

R = 21.88%
G = 15%
B = 63.13%

CMYK

 C value IS 0.65

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4630CA (or 0x4630CA) is known color: Purple Heart. HEX triplet: 46, 30 and CA. RGB value is (70,48,202). Sum of RGB (Red+Green+Blue) = 70+48+202=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 202 (79.30% from 255 or 63.12% from 320); Max value from RGB is 202 - color contains mainly: blue. Hex color #4630CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4630CA is #B9CF35. Grayscale: #474747. Windows color (decimal): -12177206 or 13250630. OLE color: 13250630.

HSL color Cylindrical-coordinate representation of color #4630CA: hue angle of 248.57º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4630CA is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 70 48 202 -
CMYK 0.65 0.76 0 0.21
HSL 248.57º 0.62% 0.49% -
HSV(B) 248.57º 0.76% 0.79% -
XYZ 14.24 7.68 56.61 -
YUV 72.13 201.29 126.48 -
System Red Green Blue C M Y K H S L
Decimal 70 48 202 0.65 0.76 0 0.21 248.57 0.62 0.49
Hex 46 30 CA 41 4C 0 15 F9 3E 31
Octal 106 60 312 101 114 0 25 371 76 61
Binary 1000110 110000 11001010 1000001 1001100 0 10101 11111001 111110 110001

Color Harmonies of #4630CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4630CA

Black with #4630CA

Text Example


Text Example

White with #4630CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4630CA; }

 p { color: rgb(70,48,202); }

 H1.HeaderClassName
 {
   color: #4630CA;
 }
 .AnyTagClassName
 {
   color: #4630CA;
 }
</style>

background-color css

<style>
 a { background-color: #4630CA; }

 a { background-color: rgb(70,48,202); }

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

border-color css

<style>
 span { border-color: #4630CA; }

 span { border-color: rgb(70,48,202); }

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