Html Css Color HEX #422FBA Purple Heart

📋 copy color: '#422FBA'

red 66 ◦ green 47 ◦ blue 186

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

Shades of Purple Heart #422FBA

Tints of Purple Heart #422FBA

RGB

 RED value IS 66 (26.17% from 255) = 22.07%

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

 BLUE value IS 186 (73.05% from 255) = 62.21%

R = 22.07%
G = 15.72%
B = 62.21%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#422FBA (or 0x422FBA) is known color: Purple Heart. HEX triplet: 42, 2F and BA. RGB value is (66,47,186). Sum of RGB (Red+Green+Blue) = 66+47+186=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #422FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422FBA is #BDD045. Grayscale: #434343. Windows color (decimal): -12439622 or 12201794. OLE color: 12201794.

HSL color Cylindrical-coordinate representation of color #422FBA: hue angle of 248.2º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #422FBA is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 47 186 -
CMYK 0.65 0.75 0 0.27
HSL 248.2º 0.6% 0.46% -
HSV(B) 248.2º 0.75% 0.73% -
XYZ 12.13 6.74 47.12 -
YUV 68.53 194.29 126.2 -
System Red Green Blue C M Y K H S L
Decimal 66 47 186 0.65 0.75 0 0.27 248.2 0.6 0.46
Hex 42 2F BA 41 4B 0 1B F8 3C 2E
Octal 102 57 272 101 113 0 33 370 74 56
Binary 1000010 101111 10111010 1000001 1001011 0 11011 11111000 111100 101110

Color Harmonies of #422FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422FBA

Black with #422FBA

Text Example


Text Example

White with #422FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422FBA; }

 p { color: rgb(66,47,186); }

 H1.HeaderClassName
 {
   color: #422FBA;
 }
 .AnyTagClassName
 {
   color: #422FBA;
 }
</style>

background-color css

<style>
 a { background-color: #422FBA; }

 a { background-color: rgb(66,47,186); }

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

border-color css

<style>
 span { border-color: #422FBA; }

 span { border-color: rgb(66,47,186); }

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